Feature: Actualizar POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 18.587s |
Scenario: Como un usuario inicio sesión creo un tag a continuación lo agrego a un post
Before
0m 1.035s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.728s
And
I wait for 1 seconds
0m 1.134s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.168s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.149s
And
I wait for 1 seconds
0m 1.099s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.171s
And
I wait for 1 seconds
0m 1.158s
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
0m 0.217s
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
0m 0.155s
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
0m 0.167s
Then
I navigate to page "http://localhost:2368/ghost/#/posts?type=draft"
0m 0.313s
And
I click element with xpath "<POST_ONLIST_CLASS>"
0m 0.239s
And
I wait for 1 seconds
0m 1.216s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.253s
And
Enter on element with xpath "<CONTENT_ECLASS>"
0m 0.246s
And
I wait for 1 seconds
0m 1.254s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.373s
And
I wait for 1 seconds
0m 1.239s
And
I set text "TAG TEST" on element with xpath "<TAG_INPUT_CLASS>"
0m 0.376s
Then
I click element with xpath "<TAG_INPUT_CLASS>"
0m 0.278s
And
Enter on element with xpath "<TAG_INPUT_CLASS>"
0m 0.248s
And
Enter on element with xpath "<TAG_INPUT_CLASS>"
0m 0.248s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.301s
And
I set text "TAG TEST UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.296s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.270s
And
I wait for 5 seconds
0m 5.252s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
Then
I navigate to page "http://localhost:2368/ghost/#/posts?type=draft"
And
I click element with xpath "<POST_ONLIST_CLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<CONTENT_ECLASS>"
And
Enter on element with xpath "<CONTENT_ECLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I wait for 1 seconds
And
I set text "TAG TEST" on element with xpath "<TAG_INPUT_CLASS>"
Then
I click element with xpath "<TAG_INPUT_CLASS>"
And
Enter on element with xpath "<TAG_INPUT_CLASS>"
And
Enter on element with xpath "<TAG_INPUT_CLASS>"
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I set text "TAG TEST UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
Then
I click element with xpath "<CONTENT_ECLASS>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE